home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / docs / help / adosguide.lha / ADOSguide / ADOS commands / Dir < prev    next >
Encoding:
Text File  |  1999-05-16  |  1.2 KB  |  47 lines

  1.                           --AMIGADOS GUIDE V2.6--
  2.                                     DIR
  3.  
  4.  
  5.    USE:
  6.    Dir is used to get a sorted list of files from any disk, device,
  7.    directory, logical assignment or path.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>DIR (list current directory)
  17.    1>DIR DF0: (list files on drive DF0)
  18.    1>DIR S: (list S directory)
  19.    1>DIR C:A#? (list commands starting with A)
  20.    1>DIR INTER (Enters Interactive mode)
  21.  
  22.    NOTES:
  23.    The output from Dir can be paused by simply pressing the Spacebar and
  24.    then continued by pressing Backspace.  Or you can stop the output by
  25.    pressing CTRL+C.
  26.  
  27.    Dir has what is called an Interactive Mode which gives you more control
  28.    over your path finding.
  29.  
  30.    When in Interactive mode the following Options Apply:
  31.  
  32.    B    Back - takes you up a level to the previous directory or 
  33.                sub-directory.
  34.  
  35.    DEL  Delete - Delete the file at the prompt.
  36.  
  37.    C    Command - Allows you to execute any general purpose AmigaDOS
  38.                   Command.
  39.  
  40.    E    Enter - Enter the Directory at the prompt.
  41.  
  42.    Q    Quit - This quits out of Interactive mode.
  43.  
  44.    ?    Help - This will display a list of the Interactive modes commands
  45.                and what they do.  
  46.      
  47.